home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mhis020.zip / FILE.MH < prev    next >
Text File  |  1996-12-09  |  195b  |  12 lines

  1. #ifndef __FILE_MH
  2. #define __FILE_MH
  3.  
  4. void show_file (string: filename) {
  5.   char: nonstop;
  6.   if (filename = "") return;
  7.   nonstop := 0;
  8.   display_file (filename, nonstop);
  9.   }
  10.  
  11. #endif
  12.